home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2002 #12
/
K-CD-12-2002.ISO
/
GraphCalc
/
GraphCalc.exe
/
{app}
/
scripts
/
Volume
/
while.gcs
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-11-26
|
87 b
|
6 lines
#While Example
i=irand(1:10)
While(i > 0)
i=i-irand(1:4)
i=i+irand(1:2)
EndWhile